home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000400_news@watsun.cc.columbia.edu _Tue Mar 23 09:46:10 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA20783
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 23 Mar 1999 09:46:10 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA12470
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 23 Mar 1999 09:23:04 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: [Fwd: Using Kermit]
  11. Date: 23 Mar 1999 14:23:03 GMT
  12. Organization: Columbia University
  13. Message-ID: <7d8847$c5j$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <36F71A74.2532327A@tyr.mty.itesm.mx>,
  17. Victor Acevedo  <vacevedo@tyr.mty.itesm.mx> wrote:
  18. :         Has anyone written any script useful for making a dial up
  19. :     connection with perl and C-Kermit...
  20. :
  21. You don't need Perl, you can do it just with Kermit.
  22.  
  23. :       or has any idea of where can 
  24. :     I find any good "manual" online?
  25. The manual is a book:
  26.  
  27.   http://www.columbia.edu/kermit/ck60manual.html
  28.  
  29. :     What I'm trying to do is specifically send a message to a pager ,
  30. :     using the TAP/IXO protocol with C-Kermit,  but I'm having trouble 
  31. :     to make it interactive when the remote terminal asks me about 
  32. :     Username and password.
  33. That's not TAP/IXO.  That's calling an alpha page service and having
  34. an interactive online dialog, which is different.
  35.  
  36. C-Kermit 6.0 comes with a script to send alphanumeric pages using TAP/IXO;
  37. you don't have to write anything:
  38.  
  39.   http://www.columbia.edu/kermit/ck60.html
  40.  
  41. And for more info about using Kermit to send pages, see:
  42.  
  43.   http://www.columbia.edu/kermit/pagers.html
  44.  
  45. - Frank